CanGetNextData Property (C1CommandBase<TCommandImpl>) | DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / CanGetNextData Property

In This Topic
CanGetNextData Property (C1CommandBase<TCommandImpl>)
In This Topic
To check whether or not more data can be retrieved from the source as the result of executing this C1CommandBase.
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property CanGetNextData As Boolean
 
See Also